home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global IQcursor
- if rollOver(4) then
- set the visible of sprite 7 to 0
- else
- set the visible of sprite 7 to 1
- end if
- set the cursor of sprite 4 to IQcursor
- set the cursor of sprite 5 to IQcursor
- set the cursor of sprite 6 to IQcursor
- set the cursor of sprite 7 to IQcursor
- end
-